org.eclipse.vtp.desktop.editors.core.model
Class SelectionStructure

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.SelectionStructure

public class SelectionStructure
extends java.lang.Object


Constructor Summary
SelectionStructure(RenderedCanvas renderedCanvas)
           
 
Method Summary
 void adjustPosition(int xoffset, int yoffset)
           
 void alignCenter(int orientation)
           
 void alignEdge(int edge)
           
 void clear()
           
 org.eclipse.swt.graphics.Rectangle getBounds()
           
 ComponentFrame getPrimarySelection()
           
 java.util.List getSelectedItems()
           
 org.eclipse.swt.graphics.Rectangle getTertiaryBounds()
           
 void validateSelection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionStructure

public SelectionStructure(RenderedCanvas renderedCanvas)
Method Detail

clear

public void clear()

validateSelection

public void validateSelection()

getBounds

public org.eclipse.swt.graphics.Rectangle getBounds()

getTertiaryBounds

public org.eclipse.swt.graphics.Rectangle getTertiaryBounds()

alignEdge

public void alignEdge(int edge)

alignCenter

public void alignCenter(int orientation)

adjustPosition

public void adjustPosition(int xoffset,
                           int yoffset)

getPrimarySelection

public ComponentFrame getPrimarySelection()

getSelectedItems

public java.util.List getSelectedItems()